3.94 \(\int \frac {\sqrt [3]{a+b x^3}}{c+d x^3} \, dx\)

Optimal. Leaf size=59 \[ \frac {x \sqrt [3]{a+b x^3} F_1\left (\frac {1}{3};-\frac {1}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \sqrt [3]{\frac {b x^3}{a}+1}} \]

[Out]

x*(b*x^3+a)^(1/3)*AppellF1(1/3,-1/3,1,4/3,-b*x^3/a,-d*x^3/c)/c/(1+b*x^3/a)^(1/3)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 59, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {430, 429} \[ \frac {x \sqrt [3]{a+b x^3} F_1\left (\frac {1}{3};-\frac {1}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \sqrt [3]{\frac {b x^3}{a}+1}} \]

Antiderivative was successfully verified.

[In]

Int[(a + b*x^3)^(1/3)/(c + d*x^3),x]

[Out]

(x*(a + b*x^3)^(1/3)*AppellF1[1/3, -1/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/(c*(1 + (b*x^3)/a)^(1/3))

Rule 429

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, -((b*x^n)/a), -((d*x^n)/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 430

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[(a^IntPart[p]*(a + b*x^n)^F
racPart[p])/(1 + (b*x^n)/a)^FracPart[p], Int[(1 + (b*x^n)/a)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n,
p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])

Rubi steps

\begin {align*} \int \frac {\sqrt [3]{a+b x^3}}{c+d x^3} \, dx &=\frac {\sqrt [3]{a+b x^3} \int \frac {\sqrt [3]{1+\frac {b x^3}{a}}}{c+d x^3} \, dx}{\sqrt [3]{1+\frac {b x^3}{a}}}\\ &=\frac {x \sqrt [3]{a+b x^3} F_1\left (\frac {1}{3};-\frac {1}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{c \sqrt [3]{1+\frac {b x^3}{a}}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B]  time = 0.17, size = 160, normalized size = 2.71 \[ \frac {4 a c x \sqrt [3]{a+b x^3} F_1\left (\frac {1}{3};-\frac {1}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )}{\left (c+d x^3\right ) \left (x^3 \left (b c F_1\left (\frac {4}{3};\frac {2}{3},1;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )-3 a d F_1\left (\frac {4}{3};-\frac {1}{3},2;\frac {7}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )\right )+4 a c F_1\left (\frac {1}{3};-\frac {1}{3},1;\frac {4}{3};-\frac {b x^3}{a},-\frac {d x^3}{c}\right )\right )} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[(a + b*x^3)^(1/3)/(c + d*x^3),x]

[Out]

(4*a*c*x*(a + b*x^3)^(1/3)*AppellF1[1/3, -1/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)])/((c + d*x^3)*(4*a*c*Appell
F1[1/3, -1/3, 1, 4/3, -((b*x^3)/a), -((d*x^3)/c)] + x^3*(-3*a*d*AppellF1[4/3, -1/3, 2, 7/3, -((b*x^3)/a), -((d
*x^3)/c)] + b*c*AppellF1[4/3, 2/3, 1, 7/3, -((b*x^3)/a), -((d*x^3)/c)])))

________________________________________________________________________________________

fricas [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(1/3)/(d*x^3+c),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (b x^{3} + a\right )}^{\frac {1}{3}}}{d x^{3} + c}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(1/3)/(d*x^3+c),x, algorithm="giac")

[Out]

integrate((b*x^3 + a)^(1/3)/(d*x^3 + c), x)

________________________________________________________________________________________

maple [F]  time = 0.59, size = 0, normalized size = 0.00 \[ \int \frac {\left (b \,x^{3}+a \right )^{\frac {1}{3}}}{d \,x^{3}+c}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^3+a)^(1/3)/(d*x^3+c),x)

[Out]

int((b*x^3+a)^(1/3)/(d*x^3+c),x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (b x^{3} + a\right )}^{\frac {1}{3}}}{d x^{3} + c}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^3+a)^(1/3)/(d*x^3+c),x, algorithm="maxima")

[Out]

integrate((b*x^3 + a)^(1/3)/(d*x^3 + c), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {{\left (b\,x^3+a\right )}^{1/3}}{d\,x^3+c} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x^3)^(1/3)/(c + d*x^3),x)

[Out]

int((a + b*x^3)^(1/3)/(c + d*x^3), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\sqrt [3]{a + b x^{3}}}{c + d x^{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**3+a)**(1/3)/(d*x**3+c),x)

[Out]

Integral((a + b*x**3)**(1/3)/(c + d*x**3), x)

________________________________________________________________________________________